home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 112 (1989-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 112 (1989-11-15)(Ossowski, Stefan)(DE)(PD).adf / VirusX_V3.20 / virusx.i < prev    next >
Text File  |  1989-07-02  |  1KB  |  35 lines

  1. /* Prototypes for functions defined in virusx.c */
  2. void MemCleanup(void);
  3. int __regargs sprintf(unsigned char *buf,
  4.                       unsigned char *ctl,
  5.                       unsigned char *args);
  6. void __regargs prbuf(unsigned char c);
  7. void main(int argc,
  8.           unsigned char **argv);
  9. int DoLittle(void);
  10. int SetUp(void);
  11. int WhoChanged(void);
  12. int CheckBlock(void);
  13. int DoInstall(int un);
  14. int CheckMemoryForViruses(void);
  15. int ShowAscii(int key);
  16. int WaitForNewSize(void);
  17. int BuildITBodyText(unsigned char *text,
  18.                     int type);
  19. int MyRequest(unsigned char *string,
  20.               int type);
  21. int DoStats(void);
  22. int PV(int num,
  23.        unsigned char *name,
  24.        int howmany);
  25. int Out(int num,
  26.         unsigned char *name);
  27. int ReadBlock(void);
  28. int CheckMemoryForIRQVirus(void);
  29. int CheckDriveForIRQ(unsigned char *drivename);
  30. int WriteFP(int fp,
  31.             unsigned char *string);
  32. int cleanup(int val);
  33. int CheckFileForIRQ(unsigned char *fname,
  34.                     int flag);
  35.